projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55594a
)
(inferior-octave-prompt): Recognize version number in prompt.
author
Lute Kamstra
<lute@gnu.org>
Wed, 29 Oct 2003 18:55:13 +0000
(18:55 +0000)
committer
Lute Kamstra
<lute@gnu.org>
Wed, 29 Oct 2003 18:55:13 +0000
(18:55 +0000)
lisp/progmodes/octave-inf.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/octave-inf.el
b/lisp/progmodes/octave-inf.el
index c09f99a45477d764014d53cdda98526316da3f3e..265cf6c049b14389bfe30445667aaae08bf1be8e 100644
(file)
--- a/
lisp/progmodes/octave-inf.el
+++ b/
lisp/progmodes/octave-inf.el
@@
-41,7
+41,7
@@
:group 'octave-inferior)
(defcustom inferior-octave-prompt
- "\\(^octave\\(\\|.bin\\)\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ "
+ "\\(^octave\\(\\|.bin\\)\\(
-[.0-9]+\\)?\\(
:[0-9]+\\)?\\|^debug\\|^\\)>+ "
"*Regexp to match prompts for the inferior Octave process."
:type 'regexp
:group 'octave-inferior)